projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e11dacb
)
* src/sheap.c (report_sheap_usage): Fix arguments of message1_no_log.
author
Ken Brown
<kbrown@cornell.edu>
Thu, 21 Feb 2013 02:35:33 +0000
(21:35 -0500)
committer
Ken Brown
<kbrown@cornell.edu>
Thu, 21 Feb 2013 02:35:33 +0000
(21:35 -0500)
src/ChangeLog
patch
|
blob
|
history
src/sheap.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index d39336f11e65a32709aa3b11fba89dac1dc932f7..ff45c4b2a83c223e2eb161cd1941df2bc8865bd9 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2013-02-21 Ken Brown <kbrown@cornell.edu>
+
+ * sheap.c (report_sheap_usage): Fix arguments of message1_no_log.
+
2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
* sheap.c (report_sheap_usage): Prefer message1_nolog.
diff --git
a/src/sheap.c
b/src/sheap.c
index 28597ec9b65b5fea70632a9452ad9a3526c13715..f8eec7532689f944a708049fb76e3b64b9aa66d3 100644
(file)
--- a/
src/sheap.c
+++ b/
src/sheap.c
@@
-93,5
+93,5
@@
report_sheap_usage (int die_if_pure_storage_exceeded)
bss_sbrk_ptr - bss_sbrk_buffer, STATIC_HEAP_SIZE);
/* Don't log messages, cause at this point, we're not allowed to create
buffers. */
- message1_nolog (
"%s",
buf);
+ message1_nolog (buf);
}